home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Sample Code / Snippets / Development Tools & Languages / Bits o' MacApp Code / Auto Center View / TAutoCenterView.h < prev   
Encoding:
C/C++ Source or Header  |  1993-06-10  |  245 b   |  12 lines  |  [TEXT/MPS ]

  1. #ifndef __AUTOCENTERVIEW__
  2. #define __AUTOCENTERVIEW__
  3.  
  4. class TAutoCenterView: public TView
  5. {
  6.     public:
  7.         virtual pascal void SuperViewChangedFrame(const VRect& oldFrame,
  8.                                             const VRect& newFrame,
  9.                                             Boolean invalidate);
  10. };
  11.  
  12. #endif